home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winfwgru.311 / pad.in_ / PAD.INF
INI File  |  1993-10-13  |  5KB  |  209 lines

  1. ;-----------------------------------------------------------------------------
  2. [Responses]
  3. ; This section is temporary.
  4.  
  5. ;-----------------------------------------------------------------------------
  6. [SprintNet, Standard]
  7.  
  8. DEFAULTOFF=
  9. MAXCARRIERBPS=9600
  10. MAXCONNECTBPS=9600
  11.  
  12.  
  13. ; The next two lines ignore logon banners
  14. COMMAND=
  15. OK=<ignore>
  16.  
  17.  
  18. ; The @ characters sets the SprintNet PAD for 8 databit communication.
  19. COMMAND=@
  20. NoResponse
  21.  
  22.  
  23. ; The D character requests a 9600 speed.
  24. COMMAND=D<cr>
  25. ; We dont care about the response so we ignore it (unless modem has hung up).
  26. ERROR_NO_CARRIER=<match>"NO CARRIER"
  27. OK=<ignore>
  28.  
  29.  
  30. ; A carriage return to initialize the PAD read/write buffers
  31. COMMAND=<cr>
  32. ERROR_NO_CARRIER=<match>"NO CARRIER"
  33. OK=<ignore>
  34.  
  35.  
  36. ; Set X.3 settings on the PAD which make it work well with RAS. Broken into
  37. ; two parts since the line is too long.
  38. COMMAND=SET 1:0,2:0,3:0,4:1,5:0,6:1,7:0,8:0,9:0,10:0<cr>
  39. ERROR_NO_CARRIER=<match>"NO CARRIER"
  40. OK=<ignore>
  41.  
  42.  
  43. ; Set the other half of X.3 parameters
  44. COMMAND=SET 12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0,22:0<cr>
  45. ERROR_NO_CARRIER=<match>"NO CARRIER"
  46. OK=<ignore>
  47.  
  48.  
  49. ; Finally try to call RAS X25 server
  50. COMMAND=C <x25address>*<UserData><cr>
  51.  
  52. CONNECT=<match>" CONNECT"
  53. ERROR_NO_CARRIER=<match>"NO CARRIER"
  54. ERROR_DIAGNOSTICS=<cr><lf><Diagnostics>
  55. ERROR_DIAGNOSTICS=<lf><cr><lf><Diagnostics>
  56.  
  57.  
  58. ; CONNECT response means that the connection completed fine.
  59. ; ERROR_DIAGNOISTICS response means connection attempt failed - the X25
  60. ;  DIAGNOSTIC information will be extracted from the response and sent to the
  61. ;  user.
  62. ; ERROR_NO_CARRIER means that the remote modem hung up.
  63. ; ERROR resonses are for generic failures.
  64.  
  65. ;-----------------------------------------------------------------------------
  66. [SprintNet, Alternate]
  67.  
  68. ; Connections can be made more reliably in some SprintNet locations if
  69. ; there are some delays near the beginning of the pad.inf entry.  As a
  70. ; general rule of thumb use this entry with older, slower (2400 bps)
  71. ; locations.
  72.  
  73.  
  74. DEFAULTOFF=
  75. MAXCARRIERBPS=9600
  76. MAXCONNECTBPS=9600
  77.  
  78.  
  79. ; The next line will give a delay of 2 secs - allowing the PAD to initialize
  80. COMMAND=
  81. NoResponse
  82.  
  83.  
  84. ; The next line will give a delay of 2 secs - allowing the PAD to initialize
  85. COMMAND=
  86. NoResponse
  87.  
  88.  
  89. ; The @ characters sets the SprintNet PAD for 8 databit communication.
  90. COMMAND=@
  91. NoResponse
  92.  
  93.  
  94. COMMAND=
  95. NoResponse
  96.  
  97.  
  98. ; The D character requests a 9600 speed.
  99. COMMAND=D<cr>
  100. ; We dont care about the response so we ignore it (unless modem has hung up).
  101. ERROR_NO_CARRIER=<match>"NO CARRIER"
  102. OK=<ignore>
  103.  
  104.  
  105. ; A carriage return to initialize the PAD read/write buffers
  106. COMMAND=<cr>
  107. ERROR_NO_CARRIER=<match>"NO CARRIER"
  108. OK=<ignore>
  109.  
  110.  
  111. ; Set X.3 settings on the PAD which make it work well with RAS. Broken into
  112. ; two parts since the line is too long.
  113. COMMAND=SET 1:0,2:0,3:0,4:1,5:0,6:1,7:0,8:0,9:0,10:0<cr>
  114. ERROR_NO_CARRIER=<match>"NO CARRIER"
  115. OK=<ignore>
  116.  
  117.  
  118. ; Set the other half of X.3 parameters
  119. COMMAND=SET 12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0,22:0<cr>
  120. ERROR_NO_CARRIER=<match>"NO CARRIER"
  121. OK=<ignore>
  122.  
  123.  
  124. ; Finally try to call RAS X25 server
  125. COMMAND=C <x25address>*<UserData><cr>
  126.  
  127. CONNECT=<match>" CONNECT"
  128. ERROR_NO_CARRIER=<match>"NO CARRIER"
  129. ERROR_DIAGNOSTICS=<cr><lf><Diagnostics>
  130. ERROR_DIAGNOSTICS=<lf><cr><lf><Diagnostics>
  131.  
  132.  
  133. ; CONNECT response means that the connection completed fine.
  134. ; ERROR_DIAGNOISTICS response means connection attempt failed - the X25
  135. ;  DIAGNOSTIC information will be extracted from the response and sent to the
  136. ;  user.
  137. ; ERROR_NO_CARRIER means that the remote modem hung up.
  138. ; ERROR resonses are for generic failures.
  139.  
  140. ;-----------------------------------------------------------------------------
  141. [InfoNet]
  142.  
  143. DEFAULTOFF=
  144. MAXCARRIERBPS=2400
  145. MAXCONNECTBPS=2400
  146.  
  147.  
  148. ; The next line will give a delay of 2 secs - allowing the PAD to initialize
  149. COMMAND=
  150. NoResponse
  151.  
  152.  
  153. ; The next line will give a delay of 2 secs - allowing the PAD to initialize
  154. COMMAND=
  155. NoResponse
  156.  
  157.  
  158. COMMAND=<cr>
  159. ; We dont care about the response so we ignore it (unless modem has hung up).
  160. ERROR_NO_CARRIER=<match>"NO CARRIER"
  161. OK=<ignore>
  162.  
  163.  
  164. COMMAND=<cr>
  165. ERROR_NO_CARRIER=<match>"NO CARRIER"
  166. OK=<ignore>
  167.  
  168.  
  169. COMMAND=X<cr>
  170. ERROR_NO_CARRIER=<match>"NO CARRIER"
  171. OK=<ignore>
  172.  
  173.  
  174. ; Set X.3 settings on the PAD which make it work well with RAS. Broken into
  175. ; two parts since the line is too long.
  176. COMMAND=SET 1:126,2:1,3:0,4:1,5:0,6:1,7:0,8:0,9:0,10:0<cr>
  177. ERROR_NO_CARRIER=<match>"NO CARRIER"
  178. ERROR=<match>"INV"
  179. OK=<ignore>
  180.  
  181.  
  182. ; Set the other half of X.3 parameters
  183. COMMAND=SET 12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0,21:0,22:0<cr>
  184. ERROR_NO_CARRIER=<match>"NO CARRIER"
  185. ERROR=<match>"INV"
  186. OK=<ignore>
  187.  
  188.  
  189. ; Try to call RAS X25 server
  190. COMMAND=<x25address><cr><lf>
  191.  
  192. OK=<match>"COM"
  193. ERROR_NO_CARRIER=<match>"NO CARRIER"
  194. ERROR_DIAGNOSTICS=<cr><lf><Diagnostics>
  195.  
  196.  
  197. ; CONNECT response means that the connection completed fine.
  198. ; ERROR_DIAGNOISTICS response means connection attempt failed - the X25
  199. ;  DIAGNOSTIC information will be extracted from the response and sent
  200. ;  to the user.
  201. ; ERROR_NO_CARRIER means that the remote modem hung up.
  202. ; ERROR resonses are for generic failures.
  203.  
  204.  
  205. ; Finally set no escape and no echo
  206. COMMAND=~SET 1:0,2:0<cr>
  207. NoEcho
  208. CONNECT=<ignore>
  209.